This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
First, by default, the linux kernel limits the number of file descriptors that any one process can open; the default is 1024. This default must be overridden by modifying the file /etc/security/limits.conf
Edit /etc/security/limits.conf using root and add or modify the lines:
* soft nofile 20000
* hard nofile 49152
...where the "soft" value specifies the new default file descriptor limit (ulimit -n), and the "hard" value specifies the maximum file descriptor limit that may be set by the user.
The userid for Domino services must login after /etc/security/limits.conf is saved.
Feedback response number WEBB7GBJBP created by ~Dana Prekimanoopsi on 07/07/2008